home *** CD-ROM | disk | FTP | other *** search
/ Kyoko 8203 / Kyoko 8203.iso / mac / clip.dxr / 00013.ls < prev    next >
Encoding:
Text File  |  2003-03-10  |  181 b   |  11 lines

  1. global cdvoume
  2.  
  3. on exitFrame
  4.   if sprite(43).movieRate = 1 then
  5.   else
  6.     if the memberNum of sprite 43 <> 8 then
  7.       set the memberNum of sprite 43 to 8
  8.     end if
  9.   end if
  10. end
  11.